home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 2 / L'Effet Pommier - Volume 02.iso / Plateau / Three's 1.6 / ReadMe!!!(Three's 1.6) < prev    next >
Text File  |  1995-03-26  |  2KB  |  39 lines

  1. Three╒s ⌐1994
  2. By Mike Tilstra
  3.  
  4. Playing Three╒s
  5.  
  6. This game is somewhat similar to the puzzle DA that comes with the MACs.  Except that you are not making a picture, you are lining up icons into rows and columns.  And when they are in a row or column they become locked in place.  You can undo the last move made by using the undo menu item.  If you have ResEdit, or a similar program, you can add your own set of icons, see below for instructions.
  7.  
  8. If you enjoy my first programming attempt, please send a few bucks (about five dollars would be nice).  I made this simple game in Zencor╒s FutureBasic (a really great compiler, because it is in Basic!).  If you want the code for this program, send a disk and return postage with your five dollars.  Thanks for trying my program!
  9.  
  10. Send comments and money to:
  11.     Mike Tilstra
  12.     RR 2 Box 162A
  13.     Luverne, MN 56156
  14.  
  15. Adding your own icon sets:
  16.  
  17.     If you have some icons you really think should be in this game you can add them yourself if you have ResEdit or another resource editor.
  18.     First you will need 7 different icons (they don╒t have to be different, but it does make it easier), both color(cicn) and Black&White(ICON).   With ResEdit open up Three╒s, go to the MENU resource.  Open it and go to the MENU resource that starts with ╥Icon Set╙.  Open the MENU editor, move to the last item, press return and add the name of your icon set, make note of what item number your icon set╒s name is.
  19.     Copy your icons into Three╒s.  Open the info for each icon, change the two rightmost  numbers to 28 through 34(28 is the first, 34 is the last).  The leftmost numbers must be changed to the item number of your icon set╒s name.
  20.     After all that is done, quit ResEdit and open Three╒s and test to see if your icons work.
  21.  
  22. Version History
  23.  
  24. 1.0.0    Original release
  25.  
  26. 1.1.0    Added a much demanded high score list.
  27.  
  28. 1.2.0   Added two more board sizes. Didn╒t contain the high score list.  Never released.
  29.  
  30. 1.3.0  Added the high score list back.  Never released.
  31.  
  32. 1.4.0  Changed high score list so that now there are separate lists for each board also added a cool background.
  33.  
  34. 1.4.1 Fixed ╥File not found╙ problem that occurred when high score list was read before it was created.
  35.  
  36. 1.5.0  Rearranged and added some menu items.  Added multiple icon sets.  Made it so you can add your own icon sets with ResEdit.
  37.  
  38. 1.6.0  Added a Undo feature.
  39.